-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implements tizen platform #692
Implements tizen platform #692
Conversation
Thank you @myroot. What do you think if we merge it together with net7? |
Since the latest version(7.0) of Tizen platform/products are compatible with net6, so we hope to be included in net6 as a high prioprity. After that, It is also good to merge into net7. Is there no plan to release a new version of MauiCommunityToolkit for net 6? Thanks! |
src/CommunityToolkit.Maui.Core/Views/DrawingView/PlatformView/MauiDrawingView.tizen.cs
Show resolved
Hide resolved
src/CommunityToolkit.Maui.Core/Views/DrawingView/PlatformView/MauiDrawingView.tizen.cs
Outdated
Show resolved
Hide resolved
src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.tizen.cs
Outdated
Show resolved
Hide resolved
src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.tizen.cs
Outdated
Show resolved
Hide resolved
We are going to release it with net 6. It will be the last version based on net6. The next major version (2.0) will be based on net 7. Most likely we will not add fixes for version 1.0 (net6.0) |
@VladislavAntonyuk , Thanks for review, I update the code according to your review |
9f9d2a3
to
90d9000
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @myroot this is really impressive, thanks for all that! I've a couple of questions and suggestions.
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
@pictos Thanks for review, I updated all things mentioned by review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Attempt to use 6.0.300
src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.tizen.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @myroot!
For the next step in the New Feature Proposal process, we ask the contributor to update the official .NET MAUI Community Toolkit docs.
I'm not sure how many features include platform-specific docs, but it'll be a good idea to read through the docs for all of the new *.tizen.cs
(eg Popup, DrawingView, StatusBar, etc.) to add all necessary Tizen info.
You'll certainly want to update the Supported Platform information to include Tizen 💯
You can find the open-source repo for the docs here: https://github.com/MicrosoftDocs/CommunityToolkit
@JoonghyunCho - Do you mind helping @myroot with the docs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I believe we're almost there... I just a few more requirements, let me know if you've any question.
src/CommunityToolkit.Maui.Core/Views/DrawingView/Service/DrawingViewService.tizen.cs
Outdated
Show resolved
Hide resolved
...mmunityToolkit.Maui/Behaviors/PlatformBehaviors/SelectAllText/SelectAllTextBehavior.tizen.cs
Outdated
Show resolved
Hide resolved
b4846f2
to
91e9cc7
Compare
Sharing how the community toolkit looks on Tizen https://github.com/JoonghyunCho/CommunityToolkit.Maui/wiki |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using my powers to unblock this!
Description of Change
TF_BUILD
)Linked Issues
PR Checklist
approved
(bug) orChampioned
(feature/proposal)main
at time of PRAdditional information